[INFO] fetching crate parse 0.1.2...
[INFO] testing parse-0.1.2 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] extracting crate parse 0.1.2 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate parse 0.1.2
[INFO] finished tweaking crates.io crate parse 0.1.2
[INFO] tweaked toml for crates.io crate parse 0.1.2 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate parse 0.1.2 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 56e6715115c4b8e2cc7e46fa2132e27da72d9289953a48bcef10f8195051b22e
[INFO] running `Command { std: "docker" "start" "-a" "56e6715115c4b8e2cc7e46fa2132e27da72d9289953a48bcef10f8195051b22e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "56e6715115c4b8e2cc7e46fa2132e27da72d9289953a48bcef10f8195051b22e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "56e6715115c4b8e2cc7e46fa2132e27da72d9289953a48bcef10f8195051b22e", kill_on_drop: false }`
[INFO] [stdout] 56e6715115c4b8e2cc7e46fa2132e27da72d9289953a48bcef10f8195051b22e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6196ec485b0bdf9eed95ad694635d2a957ce4d772631ad2a6ab932d76ecfd5f3
[INFO] running `Command { std: "docker" "start" "-a" "6196ec485b0bdf9eed95ad694635d2a957ce4d772631ad2a6ab932d76ecfd5f3", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]    Compiling parse v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:9:22
[INFO] [stdout]    |
[INFO] [stdout]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 13 | int_be!(u16, u16_be, 2);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout]  9 -             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]  9 +             unsafe { u16::to_ne_bytes(x.to_be()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:9:22
[INFO] [stdout]    |
[INFO] [stdout]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 | int_be!(i16, i16_be, 2);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout]  9 -             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]  9 +             unsafe { i16::to_ne_bytes(x.to_be()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:9:22
[INFO] [stdout]    |
[INFO] [stdout]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 15 | int_be!(u32, u32_be, 4);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout]  9 -             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]  9 +             unsafe { u32::to_ne_bytes(x.to_be()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:9:22
[INFO] [stdout]    |
[INFO] [stdout]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 16 | int_be!(i32, i32_be, 4);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout]  9 -             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]  9 +             unsafe { i32::to_ne_bytes(x.to_be()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:9:22
[INFO] [stdout]    |
[INFO] [stdout]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 | int_be!(u64, u64_be, 8);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout]  9 -             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]  9 +             unsafe { u64::to_ne_bytes(x.to_be()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:9:22
[INFO] [stdout]    |
[INFO] [stdout]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 18 | int_be!(i64, i64_be, 8);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout]  9 -             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]  9 +             unsafe { i64::to_ne_bytes(x.to_be()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 | int_le!(u16, u16_le, 2);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout] 24 -             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout] 24 +             unsafe { u16::to_ne_bytes(x.to_le()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 | int_le!(i16, i16_le, 2);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout] 24 -             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout] 24 +             unsafe { i16::to_ne_bytes(x.to_le()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 | int_le!(u32, u32_le, 4);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout] 24 -             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout] 24 +             unsafe { u32::to_ne_bytes(x.to_le()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | int_le!(i32, i32_le, 4);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout] 24 -             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout] 24 +             unsafe { i32::to_ne_bytes(x.to_le()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 32 | int_le!(u64, u64_le, 8);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout] 24 -             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout] 24 +             unsafe { u64::to_ne_bytes(x.to_le()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 | int_le!(i64, i64_le, 8);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout] 24 -             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout] 24 +             unsafe { i64::to_ne_bytes(x.to_le()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] running `Command { std: "docker" "inspect" "6196ec485b0bdf9eed95ad694635d2a957ce4d772631ad2a6ab932d76ecfd5f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6196ec485b0bdf9eed95ad694635d2a957ce4d772631ad2a6ab932d76ecfd5f3", kill_on_drop: false }`
[INFO] [stdout] 6196ec485b0bdf9eed95ad694635d2a957ce4d772631ad2a6ab932d76ecfd5f3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 449f326009687d730c8863ce377dfeee000560e2497003ba003e1e7677a68259
[INFO] running `Command { std: "docker" "start" "-a" "449f326009687d730c8863ce377dfeee000560e2497003ba003e1e7677a68259", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:9:22
[INFO] [stdout]    |
[INFO] [stdout]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 13 | int_be!(u16, u16_be, 2);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout]  9 -             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]  9 +             unsafe { u16::to_ne_bytes(x.to_be()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:9:22
[INFO] [stdout]    |
[INFO] [stdout]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 | int_be!(i16, i16_be, 2);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout]  9 -             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]  9 +             unsafe { i16::to_ne_bytes(x.to_be()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:9:22
[INFO] [stdout]    |
[INFO] [stdout]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 15 | int_be!(u32, u32_be, 4);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout]  9 -             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]  9 +             unsafe { u32::to_ne_bytes(x.to_be()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:9:22
[INFO] [stdout]    |
[INFO] [stdout]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 16 | int_be!(i32, i32_be, 4);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout]  9 -             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]  9 +             unsafe { i32::to_ne_bytes(x.to_be()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:9:22
[INFO] [stdout]    |
[INFO] [stdout]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 | int_be!(u64, u64_be, 8);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout]  9 -             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]  9 +             unsafe { u64::to_ne_bytes(x.to_be()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:9:22
[INFO] [stdout]    |
[INFO] [stdout]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 18 | int_be!(i64, i64_be, 8);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout]  9 -             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]  9 +             unsafe { i64::to_ne_bytes(x.to_be()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 | int_le!(u16, u16_le, 2);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout] 24 -             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout] 24 +             unsafe { u16::to_ne_bytes(x.to_le()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 | int_le!(i16, i16_le, 2);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout] 24 -             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout] 24 +             unsafe { i16::to_ne_bytes(x.to_le()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 | int_le!(u32, u32_le, 4);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout] 24 -             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout] 24 +             unsafe { u32::to_ne_bytes(x.to_le()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling parse v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | int_le!(i32, i32_le, 4);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout] 24 -             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout] 24 +             unsafe { i32::to_ne_bytes(x.to_le()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 32 | int_le!(u64, u64_le, 8);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout] 24 -             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout] 24 +             unsafe { u64::to_ne_bytes(x.to_le()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 | int_le!(i64, i64_le, 8);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout] 24 -             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout] 24 +             unsafe { i64::to_ne_bytes(x.to_le()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:9:22
[INFO] [stdout]    |
[INFO] [stdout]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 13 | int_be!(u16, u16_be, 2);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout]  9 -             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]  9 +             unsafe { u16::to_ne_bytes(x.to_be()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:9:22
[INFO] [stdout]    |
[INFO] [stdout]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 | int_be!(i16, i16_be, 2);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout]  9 -             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]  9 +             unsafe { i16::to_ne_bytes(x.to_be()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:9:22
[INFO] [stdout]    |
[INFO] [stdout]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 15 | int_be!(u32, u32_be, 4);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout]  9 -             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]  9 +             unsafe { u32::to_ne_bytes(x.to_be()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:9:22
[INFO] [stdout]    |
[INFO] [stdout]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 16 | int_be!(i32, i32_be, 4);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout]  9 -             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]  9 +             unsafe { i32::to_ne_bytes(x.to_be()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:9:22
[INFO] [stdout]    |
[INFO] [stdout]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 | int_be!(u64, u64_be, 8);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout]  9 -             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]  9 +             unsafe { u64::to_ne_bytes(x.to_be()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:9:22
[INFO] [stdout]    |
[INFO] [stdout]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 18 | int_be!(i64, i64_be, 8);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout]  9 -             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]  9 +             unsafe { i64::to_ne_bytes(x.to_be()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 | int_le!(u16, u16_le, 2);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout] 24 -             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout] 24 +             unsafe { u16::to_ne_bytes(x.to_le()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 | int_le!(i16, i16_le, 2);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout] 24 -             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout] 24 +             unsafe { i16::to_ne_bytes(x.to_le()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 | int_le!(u32, u32_le, 4);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout] 24 -             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout] 24 +             unsafe { u32::to_ne_bytes(x.to_le()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | int_le!(i32, i32_le, 4);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout] 24 -             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout] 24 +             unsafe { i32::to_ne_bytes(x.to_le()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 32 | int_le!(u64, u64_le, 8);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout] 24 -             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout] 24 +             unsafe { u64::to_ne_bytes(x.to_le()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 | int_le!(i64, i64_le, 8);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout] 24 -             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout] 24 +             unsafe { i64::to_ne_bytes(x.to_le()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.33s
[INFO] running `Command { std: "docker" "inspect" "449f326009687d730c8863ce377dfeee000560e2497003ba003e1e7677a68259", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "449f326009687d730c8863ce377dfeee000560e2497003ba003e1e7677a68259", kill_on_drop: false }`
[INFO] [stdout] 449f326009687d730c8863ce377dfeee000560e2497003ba003e1e7677a68259
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 52c62f7fd21c622eec4e971dca55e706c8c93970dc2e143e579c2336ec62dfcc
[INFO] running `Command { std: "docker" "start" "-a" "52c62f7fd21c622eec4e971dca55e706c8c93970dc2e143e579c2336ec62dfcc", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]   --> src/bytes.rs:9:22
[INFO] [stderr]    |
[INFO] [stderr]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 13 | int_be!(u16, u16_be, 2);
[INFO] [stderr]    | ----------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]    = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stderr]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]    |
[INFO] [stderr]  9 -             unsafe { mem::transmute(x.to_be()) }
[INFO] [stderr]  9 +             unsafe { u16::to_ne_bytes(x.to_be()) }
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]   --> src/bytes.rs:9:22
[INFO] [stderr]    |
[INFO] [stderr]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 14 | int_be!(i16, i16_be, 2);
[INFO] [stderr]    | ----------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]    |
[INFO] [stderr]  9 -             unsafe { mem::transmute(x.to_be()) }
[INFO] [stderr]  9 +             unsafe { i16::to_ne_bytes(x.to_be()) }
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]   --> src/bytes.rs:9:22
[INFO] [stderr]    |
[INFO] [stderr]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 15 | int_be!(u32, u32_be, 4);
[INFO] [stderr]    | ----------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]    |
[INFO] [stderr]  9 -             unsafe { mem::transmute(x.to_be()) }
[INFO] [stderr]  9 +             unsafe { u32::to_ne_bytes(x.to_be()) }
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]   --> src/bytes.rs:9:22
[INFO] [stderr]    |
[INFO] [stderr]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 16 | int_be!(i32, i32_be, 4);
[INFO] [stderr]    | ----------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]    |
[INFO] [stderr]  9 -             unsafe { mem::transmute(x.to_be()) }
[INFO] [stderr]  9 +             unsafe { i32::to_ne_bytes(x.to_be()) }
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]   --> src/bytes.rs:9:22
[INFO] [stderr]    |
[INFO] [stderr]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 17 | int_be!(u64, u64_be, 8);
[INFO] [stderr]    | ----------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]    |
[INFO] [stderr]  9 -             unsafe { mem::transmute(x.to_be()) }
[INFO] [stderr]  9 +             unsafe { u64::to_ne_bytes(x.to_be()) }
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]   --> src/bytes.rs:9:22
[INFO] [stderr]    |
[INFO] [stderr]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 18 | int_be!(i64, i64_be, 8);
[INFO] [stderr]    | ----------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]    |
[INFO] [stderr]  9 -             unsafe { mem::transmute(x.to_be()) }
[INFO] [stderr]  9 +             unsafe { i64::to_ne_bytes(x.to_be()) }
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]   --> src/bytes.rs:24:22
[INFO] [stderr]    |
[INFO] [stderr] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 28 | int_le!(u16, u16_le, 2);
[INFO] [stderr]    | ----------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]    |
[INFO] [stderr] 24 -             unsafe { mem::transmute(x.to_le()) }
[INFO] [stderr] 24 +             unsafe { u16::to_ne_bytes(x.to_le()) }
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]   --> src/bytes.rs:24:22
[INFO] [stderr]    |
[INFO] [stderr] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 29 | int_le!(i16, i16_le, 2);
[INFO] [stderr]    | ----------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]    |
[INFO] [stderr] 24 -             unsafe { mem::transmute(x.to_le()) }
[INFO] [stderr] 24 +             unsafe { i16::to_ne_bytes(x.to_le()) }
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]   --> src/bytes.rs:24:22
[INFO] [stderr]    |
[INFO] [stderr] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 30 | int_le!(u32, u32_le, 4);
[INFO] [stderr]    | ----------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]    |
[INFO] [stderr] 24 -             unsafe { mem::transmute(x.to_le()) }
[INFO] [stderr] 24 +             unsafe { u32::to_ne_bytes(x.to_le()) }
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]   --> src/bytes.rs:24:22
[INFO] [stderr]    |
[INFO] [stderr] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 31 | int_le!(i32, i32_le, 4);
[INFO] [stderr]    | ----------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]    |
[INFO] [stderr] 24 -             unsafe { mem::transmute(x.to_le()) }
[INFO] [stderr] 24 +             unsafe { i32::to_ne_bytes(x.to_le()) }
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]   --> src/bytes.rs:24:22
[INFO] [stderr]    |
[INFO] [stderr] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 32 | int_le!(u64, u64_le, 8);
[INFO] [stderr]    | ----------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]    |
[INFO] [stderr] 24 -             unsafe { mem::transmute(x.to_le()) }
[INFO] [stderr] 24 +             unsafe { u64::to_ne_bytes(x.to_le()) }
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]   --> src/bytes.rs:24:22
[INFO] [stderr]    |
[INFO] [stderr] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 33 | int_le!(i64, i64_le, 8);
[INFO] [stderr]    | ----------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]    |
[INFO] [stderr] 24 -             unsafe { mem::transmute(x.to_le()) }
[INFO] [stderr] 24 +             unsafe { i64::to_ne_bytes(x.to_le()) }
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: `parse` (lib) generated 12 warnings (run `cargo fix --lib -p parse` to apply 12 suggestions)
[INFO] [stderr] warning: `parse` (lib test) generated 12 warnings (12 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/parse-f82b1e2a33f97f3e)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test bytes::test_bytes ... ok
[INFO] [stdout] test parse::test_f32 ... ok
[INFO] [stdout] test parse::test_bool ... ok
[INFO] [stdout] test parse::test_hex_string ... ok
[INFO] [stdout] test parse::test_hex ... ok
[INFO] [stdout] test parse::test_int ... ok
[INFO] [stdout] test parse::bin::test_bin ... ok
[INFO] [stdout] test parse::test_literal ... ok
[INFO] [stdout] test parse::test_whitespace ... ok
[INFO] [stdout] test parse::test_uint ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]    Doc-tests parse
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "52c62f7fd21c622eec4e971dca55e706c8c93970dc2e143e579c2336ec62dfcc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "52c62f7fd21c622eec4e971dca55e706c8c93970dc2e143e579c2336ec62dfcc", kill_on_drop: false }`
[INFO] [stdout] 52c62f7fd21c622eec4e971dca55e706c8c93970dc2e143e579c2336ec62dfcc
